An Investigation of the Correlations between CO2 Levels and Emissions and Biodiversity

Lee I-Shiang

Table of Contents

  1. Motivation and background
  2. Summary of research questions and results
  3. Dataset
  4. Methodology
  5. Conclusion, recommendations, and further work
  6. References
  7. Appendix

Motivation and background

Human activities have impacted the natural world to the extent that a term has been coined for the epoch that we live in today: the Anthropocene. It marks the start of an era of rapidly rising atmospheric CO2 levels and capricious climate. Maintaining our current rate of human activities is infeasible, as we are already experiencing unprecedented magnitudes of biodiversity loss and extinction.

With this report, I aim to utilise data collated in the Global Population Dynamics Database to find out the extent of the impact, as well as correlate it with atmospheric CO2 levels and emissions. I have always liked ecology, which is why I have chosen to embark on project, even though I have regrettably discontinued my studies in biology.

Nevertheless, I hope that my results can show how biodiversity is affected on various levels in different regions. This could possibly help to inform conservation efforts, or find out how effective currently implemented ones are.

Summary of research questions and results

Q1: Climate change and biodiversity

a. How do atmospheric carbon dioxide levels correlate with biodiversity across the globe?

Overall, CO2 levels and biodiversity seem to have a negative correlation. On the phylum level of classification, all have negative correlations, other than Chordata which has a weak positive correlation, and Arthropoda, which has no correlation.

b. How do carbon dioxide emissions of continents correlate with biodiversity found there?

Overall, CO2 emissions and biodiversity also seem to have a negative correlation. On the phylum level of classification, all have strong negative correlations, other than Chordata which has a weak positive correlation, and Arthropoda, which has no correlation. It seems to correlate better with population data than global CO2 levels, as seen in Q1a.

Q2: Impacts on biodiversity

a. Is the effect on biodiversity impacted by the biome the organisms live in?

Different biotopes and habitats have different correlations, but there is no obvious trend differentiating the biomes with negative correlations from those with positive ones.

b. How are organisms of different taxa affected differently over time?

Populations sorted by taxonomic class are affected negatively, other than Aves and Insecta.

c. How does the impact on biodiversity differ from region the region?

Various regions have different impacts on different phyla, though the overall correlation between population and time is still negative. Some trends can be explained by conservation efforts of countries.

Dataset

Numbered list of dataset (with downloadable links) and a brief description of each dataset used. Draw reference to the numbering when describing methodology (data cleaning and analysis).

  1. https://knb.ecoinformatics.org/view/doi:10.5063/F1BZ63Z8

The Global Population Dynamics Database (GPDD) was downloaded from this site. It is a repository of biodiversity sampling research collated from many different sources. It contains a large amount of information, including taxonomic, location, and temporal data.

  1. https://ourworldindata.org/atmospheric-concentrations

Data about atmospheric CO2 data was downloaded from this site.

  1. https://ourworldindata.org/co2-and-other-greenhouse-gas-emissions

Data about CO2 emissions per region was downloaded from this site.

Methodology

  1. Data acquisition
  2. Data loading
  3. Data cleaning
  4. Data normalisation
  5. Data visualisation and analysis

    ### Exploratory Data Analysis

    ### Q1: Climate change and biodiversity a. How do atmospheric carbon dioxide levels correlate with the biodiversity across the globe?

    b. How do carbon dioxide emissions of continents correlate with biodiversity found there?

    ### Q2: Impacts on biodiversity a. Is the effect on biodiversity impacted by the biome the organisms live in?

    b. How are organisms of different taxa affected differently over time?

    c. How does the impact on biodiversity differ from region the region?

Data acquisition

Datasets were downloaded from the links under Dataset.

Data loading

Data cleaning

Due to the complex nature of the GPDD, a lot of cleaning has to be performed.

The steps performed would roughly be:

  1. Merge datasets
  2. Modify/remove poor data
  3. Normalise values between 0 to 1 for each research study*

After that, CO2 data corresponding to the years spanned by the time series of biodiversity data will be extracted, then correlated with the biodiversity data.

*This has to be done because some counts are in the tens while other are in the millions. To ensure that there is no over- or under-representation of data from a certain dataset, the data will be normalised. This is also due to the fact that the number of organisms counted (or any other proxy like density or biodiversity indices) is only from a small subsection of the Earth and not an absolute value, so normalising the data would provide a more accurate representation of global trends.

Firstly, we delete the irrelevant columns. The descriptions of the columns can be found in this user guide.

To narrow the scope of the analysis, we will focus only on data with annual sampling. This is also done because the CO2 data is annual.

After that, we will join main and data.

Since we are dealing with time series, data with a SampleYear is -9999 (i.e. unknown) will be discarded.

The column Reliability is based on a subjective relative ranking, where 1 = least reliable, and 5 = most reliable.

Unfortunately, the largest proportion of data has a reliability rating of 1. Nonetheless, we will prioritise quality over quantity, and look at data with a reliability rating of 3 or more.

Looking at the columns again, we realise that we cannot directly compare the populations of various samples. This is because due to different variables such as SamplingUnits, SamplingProtocol, SourceDimension, SamplingEffort, SpatialDensity, SourceTransform, and SourceTransformReference, the data must be transformed.

For the sake of simplicity, we will only take into consideration samples of the total population of the species. Nonetheless, relevant transformations must still be performed.

Note that the SourceTransformReferences Log (10) and Log (10) x +1 can be 'untransformed' back into their actual Population counts.

Now, we can proceed with merging the other datasets along the columns DataSourceID, BiotopeID, LocationID, and TaxonID.

For location, to simplify our analysis, we will only keep the columns Country, Continent, Ocean, LongDD, and LatDD.

For taxon, once again, to simplify our analysis, we will just keep the columns CommonName, TaxonomicPhylum, TaxonomicClass, TaxonomicOrder, TaxonomicFamily, and TaxonomicGenus.

Phylum > Class > Order > Family > Genus > Species (Common name)

According to the Linnaean classifications system, the broadness of classification is as such, with phylum being the broadest umbrella term, and species being the most specific group of organisms.

We see that a large portion of the years actually have close to all null values. We will focus our analysis on data with at least 10% non-null data, as that also corresponds with more recent years, which would be more relevant to the current global climate crisis we are facing. Note that the years with >= 10% non-null data forms a continuous stretch, with no gaps in between.

Finally, we are done with the data cleaning for the GPDD, and we will move on to the CO2 data.

We filter out the CO2 levels data corresponding to the years spanned by the population data.

Similarly, we filter out the CO2 emissions data corresponding to those years too.

Data normalisation

Before we proceed with the normalisation, it would be prudent to remove time series with too many zero values, since with a significant proportion of values are zero, the sample may tend to be less accurate due to the small size.

See that most time series span across 10 years or more. 10 points would be enough to see the general trend. Hence, we will shave off time series with less than 10 points.

Data visualisation and analysis

First, let us define some terminology.

Correlations
Strong: |r| > 0.5
Moderate: 0.5 > |r| > 0.3
Weak: 0.3 > |r| > 0.2
Negligible/None: 0.2 > |r|
Indeterminate: Data points are weird, hence no clear-cut conclusion can be drawn.

Next, we define some functions to modularise the code.

To make choropleth maps, we need to add the ISO country codes.

EDA

This is done before the actual in-depth analysis of the data to get a better idea of what we are working with.

From these two sunburst diagrams, we see that Chordata and Arthropoda are the most well-documented phyla, and within those categories, Aves and Insecta are respectively the classes with the most amount of data.

This is perhaps due to the nature of the phylum and the sample. Arthropods form the most diverse and populous phyla. They include insects, crustaceans, and spiders, amongst many others. Whereas chordates comprise all vertebrates (animals which have a backbone, which is already very diverse), sea squirts and lancelets.

Within the phyla, Aves (birds) and Insecta (insects) could have been sampled the most because organisms can be relatively easily counted, by doing a visual count for the birds, and insect sweeping for insects.

Interestingly, about 75% of data collected is from Europe, with a disproportionate amount coming from England alone. The bulk of the remainder is contributed by North America. Hence, data collated from Europe and North America will be studied more in-depth later on.

As corroborated by the previous visualisations, most of South America, Africa, and Asia have no data. Thus, the further analysis below may only be applicable to other parts of the world with more data, notably Europe and North America.

Here, we see that most of the Insecta data is contributed by England. However, the Aves data is contributed by a lot of countries all over the world. In fact, the majority of the countries surveyed have contributed some Aves data. Thus, under data analysis, Aves population across different countries will be investigated.

From the above charts, we see that Chordata data was taken from all continents, but it is the only phylum for Africa, Antarctica, Asia, and Australia. Meanwhile, South America has two phyla (Chordata, Angiospermophyta), North America has four (Mollusca, Chordata, Arthropoda, Angiospermophyta), while Europe has six (Monera, Mollusca, Chromophyta (Heterokontophyta), Chordata, Arthropoda, Angiospermophyta). This is in line with the fact that most samples were done in Europe and North America, hence it would make sense that both regions have more diversity in the samples taken.

Mosot data is collated from onshore sites (possibly due to the diffculty of collecting underwater population data). Of the data collected in the ocean, most is from the Pacific. However, even with that being said, there are still less than 150 data points from all the oceans combined. The populations of only six individual species is definitely insufficient to draw a representative conclusion of biodiversity in the ocean. Conclusions drawn from ocean data should be taken with an adequate pinch of salt.

Q1: Climate change and biodiversity

1a. How do atmospheric carbon dioxide levels correlate with biodiversity across the globe?

Negative correlation

Positive correlation

No correlation/Indeterminate

For the continents with negative correlations, note that the trends are both strong, whereas the strength of the positive correlations are weak. This might mean that on the whole, biodiversity across the globe is decreasing with increasing atmospheric CO2 levels.

For continents with more data points (Europe, North America), the correlation is negligible. This could be because many time series of different species in various environments with conflicting parameters were aggregated and plotted on a single graph, which 'cancels out', resulting in no significant observable correlation.

Negative correlation

Positive correlation

No correlation/Indeterminate

The negative correlations are stronger than the positive ones. This could mean that overall, biodiversity is negatively affected by increasing CO2 levels. This is bad because CO2 levels are still on the rise, which would continue to negatively affect biodiversity even more.

1b. How do carbon dioxide emissions of continents correlate with biodiversity found there?

Negative correlation

Positive correlation

No correlation/Indeterminate

The negative correlations are stronger than the positive one. This could mean that overall, biodiversity is negatively affected by CO2 emissions in the region they inhabit.

Also, refer to these results, where a similar graph was plotted, but against global atmospheric CO2 levels. The correlations against emissions for each region are stronger (see that all the negative correlations here are considered to be strong), which could mean that emissions per region could be a better indicator of declining populations. In other words, it should be recommended that various regions keep their CO2 emissions in check to avoid catastrophic decline in biodiversity.

Phylum > Class > Order > Family > Genus > Species (Common name)

There are many different hierarchical levels, according to the widely-used Linaaean system of classification seen above. However, looking at Genus and Species, the classification seems to be too specific to make any reasonable general observation. Hence, we will focus on Family, since it is still relatively broad, yet some trends can be elucidated.

From this, we see that there are some negative correlations (e.g. Arctiidae, Noctuidae, Tortricidae), but also some positive correlations (e.g. Coenagriidae, Nymphalidae), while the rest still do not have any clear correlation.

However, for those with some correlation (be it positive or negative), such data can help in making informed decisions on conservation efforts (whether its required/if those already in place are effective or not).

Negative correlation

No correlation/Indeterminate

Once again, we see that the negative correlations are stronger than the positive ones. This could be that on the whole, biodiversity is decreasing as time passes and emissions increase.

Q2: Impacts on biodiversity

2a. Is the effect on biodiversity impacted by the biome the organisms live in?

Negative correlation

Positive correlation

No correlation/Indeterminate

Note that most of the data points in the North Sea are either 0 or 1, other than one data point in the middle. This is because there is very little variation of the values (i.e. three unique values), hence the normalisation results in only three unique values, which mostly fall exactly at 0 or 1, other than the outlier at 0.2.

Next, we investigate biodiversity across various Habitats and Biotopes. Note that Habitats form a subset of Biotope.

Firstly, the r value is used as a rough gauge to measure the trend. Note that this is only an approximation since the trend may not be linear. However, it is used because it would be difficult to estimate what the actually trend is, thought sometimes it can be seen from the data points (e.g. 'Woodland (coniferous)' in the first row seems like it follows an exponential decay graph.

Also, even though all the graphs displayed here have a moderate negative correlation (due to the relatively high r value), some correlations might not be as strong as the appear to be. For example, for 'Moist to wet mixed heathland', the data points do not seem to follow a clear decreasing trend.

There are also many other habitat types that follow a moderate positive linear trend. However, note that that number of positive correlations is less than the number of negative ones (19 vs 22), which could once again point to an overall decreasing trend of biodiversity, across various habitats.

Let us now visualise where these habitats are situated across the globe.

We identify a few trends.

In North America, all of the correlations are negative, other than two positive ones.

In the UK, many study on many different habitats have been performed. Surprisingly, the majority of correlations are positive, i.e. biodiversity has been increasing over time. This could mean that conservation efforts in the UK have been effective on the whole.

However, in the rest of Europe (notably Finland), the correlations are mostly negative. It is possible that UK puts in the most effort into biodiversity conservation. Interestingly, according to an article ranking European nations most committed to wildlife conservation based on their Google search volumes for certain key phrases, the UK tops almost all the rankings.

Negative correlation

Positive correlation

It seems like the trend can be negative or positive, depending on the Biotope, and there is no clear distinction between Biotopes with negative correlations and those with positive correlations.

Similar to Habitat, we can plot the r values between Population and Year (for different Biotopes) on the world map.

Unfortunately, it appears that most of the correlations are weak, leading to very few data points being displayed on the map. Oddly though, only one of these several correlations displayed is positive. Thus, by grouping time series by the Biotope, most of the correlations becomes negligible, and those that are moderately strong seem to point towards a decrease in biodiversity with time.

The top four Biotopes (excluding 'Unspecified habitat or no information') are interestingly, all densely vegetated areas (forests and grassland), though this could just be a coincidence. We continue our investigation into these four Biotopes.

From this, we see that even in the same biotope, different phyla are affected differently.

Deciduous forest: Angiospermophyta population drops, while that for Arthropoda seems to increase. There is no clear correlation for Chordata.

Grassland: The population of Mollusca drops abruptly, while that of Chordata decreases to a minimum around 1970, before increasing again. As for Angiospermophyta, there does not seem to be a clear correlation. Arthropoda seems to follow a strong positive correlation.

Coniferous forest: Arthropoda populations seem to follow a weak positive correlation, while Chordata follows a weak negative correlation.

Mixed or unspecified forest: The population for Chordata increases. The population for Mollusca follows a weak negative correlation. There is no clear correlation for Arthropoda.

This shows how it may be an overgeneralisation to draw conclusions on the biodiversity populations without considering different classifications of organisms. Of course, we could continue making the classifications even more specific (e.g. even down to the exact species investigated), but as seen in earlier portions, this would make the trends seen overly specific and hence ungeneralisable, which is not what we aim to achieve.

Using this information, we can also see what groups of organisms conservation efforts should target. For example, Chordata populations do not seem to be decreasing in these four biotopes, but Mollusca populations decrease in the two biotopes where samples of them were taken.

2b. How are organisms of different taxa affected differently over time?

Negative correlation

Positive correlation

No correlation/Indeterminate

This correlations are in line with the correlations of the populations of various phyla against CO2 levels and emissions, which makes sense because they have also been rising over time.

Negative correlation

It is interesting to note that those with strong correlations are simpler life forms, compared to those with moderate/weak correlations. Such organisms could be more susceptible to environmental changes.

Bacillariophyceae: Diatoms are a key group of photosynthetic protists which have a unique glass-like wall made of SiO2 (silicon dioxide) embedded in an organic matrix. They play an important role in carbon sequestration (i.e. which helps reduce CO2 levels). Hence, their decline (which may not be due to increased CO2 levels, since they themselves are photosynthetic, which requires CO2), is worrying, and if other research does indeed show that diatom populations are decreasing on a large scale, action should be taken. This includes fertilising the ocean with essential nutrients, such as iron, to encourage diatom blooms. However, it must be ensured that there is minimal disruption to other parts of the marine ecosystem.

Bivalvia: As CO2 levels increase, more CO2 dissolves in the ocean, producing carbonic acid (H2CO3). This decreases the pH of the ocean, resulting in a phenomenon known as ocean acidification. This negatively impacts the buildup of the calcium carbonate (more specifically calcite and aragonite) shells of bivalves, resulting in impeded larval shell development and greater susceptibility to predators.

Gastropoda: Due to human activities like deforestation which destroy habitats, the populations of gastropods could have been adversely affected.

Angiospermopsida (Dicotyledoneae)/Angiospermopsida (Monocotyledoneae): These form up the bulk of flowering plants, and are very diverse in terms of genotype and phenotype. Thus, different species are affected to different extents, but the overall trend is still a moderately declining one.

Mammalia: This is yet another vary diverse class of animals, including bats, dugongs, quokkas, and humans (note that Homo sapiens were not included in this biodiversity study). Due to many conflicting factors, the trends for various subtaxa could have cancelled one another out after aggregation.

*'Unknown' is not included here, though it appears to have a very strong correlation. This is because 'Unknown' agglomerates all the data points whose TaxonomicClass is ambiguous/undetermined.

Positive correlation

Firstly, we see that the number of TaxonomicClasses that have a non-negligible positive correlation is much lower than that for negative correlations (2 positive, compared to 7 negative). We also realise that the positive correlations, on average, are weaker than the negative ones. This could mean that overall, biodiversity is on the decline. Of course, the r value of a linear regression line is merely a very approximate estimation of correlation, as it is clearly seen that the trend for Aves had a dip around 1975-1985, before increasing again; the trend for Insecta was decreasing from 1950-1965, before increasing till 1989.

Aves: The impact of birds can be very different. For non-migratory/flightless birds, they would be restricted to a smaller region and their populations could be more affected by changes in the environment. However, for migratory birds, which can even traverse across continents, their behaviour could be the one that is more majorly affected. For example, if the sample was performed in an area where migratory birds fly to during a certain season, yet environmental pressures were such that those birds would increasingly flock to that area, a perceived increase in population would be erroneously registered.

Insecta: Insects can be negatively affected by CO2 levels, as excessive CO2 partial pressure can induce hypoxia, which is the lack of oxygen. And yet, the trend seen here is an increasing one. This is anomalous. However, insects are also highly sensitive to other biotic (e.g. presence of predators, vegetation) and abiotic (e.g. air quality, pesticides) factors. However, pollution has also been on the rise, especially in major cities around the world, so this trend is weird.

More analysis will done on these two classes.

However, it seems like there still isn't much of a correlation for most of the orders displayed above. Only perhaps Strigiformes shows an increasing trend, while Pelecaniformes shows an increasing trend till 1967, before dropping drastically in 1968, and then increasing back up again.

The above plot does not have any clear trend, so we will delve deeper into the specific taxonomic families within the orders.

However, for insects we do see a clear trend that seems to elucidate more about the earlier weakly positively correlated regression plot. For example, there are some families which show an obvious decline (e.g. Arctiidae, Carabidae, Libellulidae, Tortricidae). However, others show an increase (e.g. Coenagriidae, Lycaenidae, Nymphalidae). Some others still show no obvious correlation.

Nonetheless, this can provide valuable data regarding the populations of specific families of insects, and can give insights about conservation efforts, for example, if it needs to be implemented, or if current efforts are effective.

2c. How does the impact on biodiversity differ from region the region?

North America: Angiospermophyta and Mollusca populations follow strong negative correlations with time. Chordata seems to follow a weak positive correlation, while the correlation is negligible for Arthropoda.

Europe: Chromophyta (Heterokontophyta), Mollusca, and Monera populations follow strong negative correlations with time. Angiospermophyta follows a weaker negative correlation. Meanwhile, Arthropoda and Chordata populations both follow weak positive correlations.

South America: Angiospermophyta and Chordata follow negative correlations. That for Angiospermophyta is weak, while Chordata's is strong.

The rest: The four other continents only have Chordata data. Chordata in Antarctica and Africa follow weak positive correlations, while in Australia, there is a strong negative correlation. However, in Asia, the correlation is negligible.

Overall, other than Arthropoda (whose population is either non-increasing or weakly increasing) and Chordata (whose trend varies vastly across continents), the phyla have a downward trend.

In fact, there are only two species of arthropods investigated here: the Dungeness crab and the eastern spruce budworm (a species of moth). Though it appeared that there was no correlation for Arthropoda in North America, we realise that the eastern spruce budworm population had in fact drastically decreased, while that for the Dungeness crab varied quite periodically. This 'masked' the trend for the eastern spruce budworm.

We see that there are two time series, which coincindentally segue perfectly into each other, which resulted in a scatterplot with seemingly no correlation. In fact, the greater lizardfish, which lives in Indo-Pacific waters, faced a rather rapid decline in population, while the red-backed vole population did not have any clear trend.

As promised earlier (somewhere in the EDA section), we will investigate the impacts on Aves (birds) populations across different countries. This is because many countries have collected data on birds and it would be interesting to compare their populations.

Negative correlation

There are many factors that could have caused the decline in bird populations. This includes the replacement of native species' natural habitat with concrete jungles. Since birds rely on trees to roost and to feed, they would be negatively affected. Such effects impact both endangered and least-concern species of birds, but the ramifications on endangered species is certainly more pronounced. Endangered bird populations in Australia declined by 52% from 1985-2015. This is very bad, because even after the timeframe of the data shown above, populations have still continued to decline. Perhaps conservation efforts should be implemented or strengthened in these countries.

Positive correlation

It seems like the UK on the whole seems to be faring fine here. However, the UK Department for Environment, Food and Rural Affairs found that bird populations, including farmland birds, woodland birds, water and wetland birds, and seabirds had their population decline after 1980. Nonetheless, the fact that the UK has conducted studies on this is reassuring as it would help inform conservation efforts.

*Though Multiple or International jurisdiction seems to have a strong negative correlation, its data is from various parts of the world and hence should not be considered.

The low r value for Canada is due to its obvious U-shaped trend, which has a dip around 1960-1970. Coincidentally, the nature conservation movement was kickstarted around then, with the establishment of The Canadian Wildlife Federation in 1961, the National and Provincial Parks Association of Canada (now the Canadian Parks and Wilderness Society) in 1963, the World Wildlife Fund Canada in 1967 and the Canadian arm of the Sierra Club in 1970. Federal and provincial governments also set up ministries of the environment to enact legislation regarding its conservation. It seems like these efforts have borne fruit, from the rise in bird populations after 1970.

We define some functions to aid in the training and testing of some MLRMs, which integrates the earlier sections investigating the impacts of increased CO2 levels and emissions from various regions on biodiversity together with looking into how these impacts vary across regions and taxa.

From the graphs, we see that most of the MLRMs are suitable, other than perhaps Aves and Crustacea.

Next, we direct our attention to the coefficient table*. Let us analyse it.

Unfortunately, due to the lack of data, there is not much that can be deduced about the coefficients regarding the continents. However, an interesting anomaly is that the signs of the coefficients for Angiospermopsida (Monocotyledonae) and Angiospermopsida (Dicotyledonae) for the variables Year, CO2, and Emissions are all opposite, even though they are both part of the phylum Angiospermophyta. This could just be due to the unrepresentativity of the data (i.e. small sample size across few regions), as such vast differences would probably not be chalked up to fundamental differences in their genotype.

*The orders of magnitudes of the coefficients across columns is meangingless. This is because the Year is in the thousands, CO2 is in the hundreds, Emissions is in the billions and the other columns are binary (i.e. 0/1) after one-hot encoding. Hence, this would directly affect the order of magnitude of the coefficient. Thus, we will only compare the coefficients across rows.

Conclusion, recommendations, and further work

Overall, biodiversity, whether sorted by taxon, biome, or region, has generally been on the decline. Populations also generally have negative correlations with CO2 levels and emissions. Of course, some exceptions have been seen, notably Chordata and Arthropoda. However, as noted earlier as well, this could just be due to the broadness of the phylum, and conflicting factors result in mixed results varying across subtaxa, that upon aggregation, are indistinguishable.

Several assumptions were made in this report.

One is that in real life, populations do not usually vary linearly, but many linear regression lines were plotted, and the r value was used to determine the sign and the strength of the correlation. However, this author decided against utilising a polynomial or exponential fit because it is (1) computationally expensive which would eat up lots of time which he lacks and (2) possible that overfitting can result. Hence, linear regression is a naïve but not totally unworkable method to estimate correlation strength.

It was also assume that the samples taken are representative of biodiversity there. This is, of course, not necessarily universally true, especially so for specific groups which have very little data (e.g. ocean data, data of rare species). However, the Global Population Dynamics Database is already a very comprehensive repository, and this author just decided to go with what he had.

Notwithstanding the above assumptions, some recommendations can still be put forward, based on the analyses. For example, several reasons as to how CO2 emissions could directly cause biodiversity loss have been proposed. Even if it is not a causation relationship, there could also be other correlations. For instance, wildfires release sequestered carbon in the form of CO2, whilst also destroying habitat, razing vegetation, and displacing fauna.

Moreover, the impacts on biodiversity depending on region were investigated here. In particular, the correlations of bird populations were investigated as many countries had data on birds. Possible reasons explaining whether certain measures were working (or not) were given. Thus, for countries with decreasing populations of a certain taxon should consider increasing conservation efforts. Whereas others, like Canada, which have seen how a surge in environmental action have positively impacted bird populations, should continue to maintain and even reinforce such efforts. We might need to take stronger action to protect our plant population, as the Angiospermophyta populations were on the decline for the three continents which had data on it, namely North America, South America, and Europe. These recommendations should be extended to all countries globally. This is also because plants are the primary producers from which ecosystems branch. By safeguarding the fundamental roots of the food web, other organisms would also be protected.

Anyway, on the whole, this report has just reiterated (yet again) the importance of biodiversity conservation. Biodiversity is suffering because of humans. If we cast it aside, we will just stay on the track towards ecological collapse and mass extinction.

This report is also not based on the most updated data (all samples were from the middle to late 20th century), and yet we see such terrifying trends. Some further work could be done on more recent data, if made available, to see how biodiversity is faring in the modern day.

References

Bibliography
Hummel, M., Environmental Movement in Canada (2020). In The Canadian Encyclopedia. Retrieved from https://www.thecanadianencyclopedia.ca/en/article/environmental-and-conservation-movements
Khaliq, A., Javed, M., Sohail, M., & Sagheer, M. (2014). Environmental effects on insects and their population dynamics. Journal of entomology and zoology studies, 2, 1-7.
Lewis, S. L., & Maslin, M. A. (2015). Defining the anthropocene. Nature, 519(7542), 171–180. https://doi.org/10.1038/nature14258
Simmonds, J., Salazar, A., Watson, J., & Maron, M. (2019, October 29). Australia’s beloved native birds are disappearing – and the cause is clear. The Guardian. Retrieved October 2, 2021, from https://www.theguardian.com/environment/2019/oct/29/australias-beloved-native-birds-are-disappearing-and-the-cause-is-clear.
UK Department for Environment, Food and Rural Affairs. (2020). Wild Bird Populations in the UK, 1970 to 2019. Biodiversity Statistics Team, UK Department for Environment, Food and Rural Affairs.
Urry, L. A., Cain, M. L. 1., Wasserman, S. A., Minorsky, P. V., Reece, J. B., & Campbell, N. A. (2017). Essential biology. Eleventh edition. New York, NY: Pearson Education, Inc.
Waldbusser, G., Hales, B., Langdon, C. et al. Saturation-state sensitivity of marine bivalve larvae to ocean acidification. Nature Clim Change 5, 273–280 (2015). https://doi.org/10.1038/nclimate2479

Datasets
https://knb.ecoinformatics.org/view/doi:10.5063/F1BZ63Z8 (Global Population Dynamics Database)
https://ourworldindata.org/atmospheric-concentrations (Atmospheric CO2 levels)
https://ourworldindata.org/co2-and-other-greenhouse-gas-emissions (CO2 emissions)

Appendix

Here lie a few cool looking visualisations that did not make it to the final report.